You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.BiSpectrum Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.BiSpectrum Method

Compute a part of the bispectrum.

Syntax
C#
Visual Basic
public static void BiSpectrum([In] TVec BiSpectrum, [In] TVec Spectrum, int Index, bool Zeroed);

Compute a single horizontal bispectral line (triple product) from Spectrum and place the result in Bispectrum. The index parameter defines for which frequency you want to compute the triple product. The triple product will computed for one frequency against all others. When used together with RunningAverage routine, bicoherence can be estimated. Bicoherence has 1 where a frequency pair is synchronized in phase. Frequency pairs which are unrelated in phase have a zero in the bicoherence matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!